home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / Buttons,Buttons.cpt / Buttons, Buttons / card_4510.txt < prev    next >
Text File  |  1992-03-04  |  891b  |  44 lines

  1. -- card: 4510 from stack: in
  2. -- bmap block id: 4801
  3. -- flags: 0000
  4. -- background id: 2690
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A002
  11. -- rect: left=323 top=14 right=57 bottom=401
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 14832
  16. -- text size: 24
  17. -- style flags: 8192
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect barn door open
  23.   go to next card
  24. end mouseUp
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A002
  30. -- rect: left=226 top=14 right=58 bottom=311
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 14832
  35. -- text size: 24
  36. -- style flags: 8192
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect wipe down
  42.   go to prev card
  43. end mouseUp
  44.